Spread Windows Forms 15.0
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / ActionResult<T> Structure / Range Property


In This Topic
    Range Property (ActionResult<T>)
    In This Topic
    Gets the corresponding range of the action.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property Range As Reference
    'Usage
     
    
    Dim instance As ActionResult(Of T)
    Dim value As Reference
     
    value = instance.Range
    public Reference Range {get;}

    Property Value

    The corresponding range of the action.
    See Also